home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / ampl.lang < prev    next >
Text File  |  2004-09-06  |  2KB  |  46 lines

  1. # AMPL language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 28.06.2003
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18.  
  19. $KW_LIST(kwa)=and arc by check cross close diff difference div data display drop
  20. else exists end forall fix function if in inter intersection interval include
  21. less let maximize minimize min max mod model node not or objective option param
  22. prod product print printf quit reset restore set setof subject subj s.t.
  23. symdiff sum shell solution then to union update unfix var write binary circular
  24. coeff coef cover dimen dimension default display_1col display_eps
  25. display_max_2d_cols display_precison display_round display_transpose
  26. display_width from gutter_width integer Infinity ordered obj
  27. objective_precision omit_zero_cols omit_zero_rows output_precision
  28. print_precision print_round print_seperator symbolic within
  29.  
  30. $KW_LIST(kwb)= abs acos acosh alias asin asinh atan atan2 atanh Beta ceil cos
  31. card Cauchy exp Exponential floor first Gamma Irand224 int log log10 last
  32. member Normal next nextw ord ord0 Poisson precision prev prevw round sin sinh
  33. sqrt tan tanh trunc Uniform Uniform01
  34.  
  35. $STRINGDELIMITERS=" '
  36.  
  37. $SL_COMMENT=#
  38.  
  39. $ML_COMMENT=/* */
  40.  
  41. $IGNORECASE=true
  42.  
  43. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / *  %  + -
  44.  
  45.  
  46.